Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump options from 1.0.6 to 2.0.3 in /annotation-file-utilities #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps options from 1.0.6 to 2.0.3.

Release notes

Sourced from options's releases.

options 2.0.3

  • Tested under JDK 19.
  • Permit variable names to use either camelCase or snake_case. This has no effect on how the user supplies command-line arguments.

options 2.0.2

  • Tested under JDK 18.
  • Don't use version of Apache Commons Text that has a security vulnerability.

options 2.0.1

  • Tested under JDK 17.

options 2.0.0

  • Options version 2.x supports Java 11 and higher. Options version 1.x supports Java 8 and Java 11.
  • OptionsDoclet supports "--" or "-" prefix for long options to OptionsDoclet. For instance, you can pass it -singledash as before or the new --singledash. This is independent of the setUseSingleDash() method of Options itself. This is also independent of the -singledash and --singledash options to OptionsDoclet.
Changelog

Sourced from options's changelog.

2.0.3 (2022-12-07)

  • Tested under JDK 19.
  • Permit variable names to use either camelCase or snake_case. This has no effect on how the user supplies command-line arguments.

2.0.2 (2022-10-18)

  • Tested under JDK 18.
  • Don't use version of Apache Commons Text that has a security vulnerability.

2.0.1 (2022-07-15)

  • Tested under JDK 17.

2.0.0 (2021-07-11)

  • Options version 2.x supports Java 11 and higher. Options version 1.x supports Java 8 and Java 11.
  • OptionsDoclet supports "--" or "-" prefix for long options to OptionsDoclet. For instance, you can pass it -singledash as before or the new --singledash. This is independent of the setUseSingleDash() method of Options itself. This is also independent of the -singledash and --singledash options to OptionsDoclet.

1.0.5 (2021-01-01)

  • Add colon after "default" in option descriptions
  • Documentation improvements

1.0.4 (2020-01-25)

  • Documentation and annotation improvements

1.0.3 (2019-10-30)

  • Bug fixes

1.0.2 (2019-07-03)

  • Minor improvements

1.0.0

  • Require Java 8

0.3.3

  • Support Path as an option variable type

0.3.2

... (truncated)

Commits
  • 2262562 Version 2.0.3
  • 74adf5d Support camelCase variable names
  • 9e37df8 Documentation
  • 9ef5655 Rename maps
  • 2a6e395 Use require-javadoc 1.0.6
  • a4f8815 Bump org.checkerframework from 0.6.19 to 0.6.20
  • c470957 Use Gradle 7.6
  • b3182e8 Bump com.diffplug.spotless from 6.11.0 to 6.12.0
  • 4cd0daf Bump classgraph from 4.8.150 to 4.8.151
  • c14a06e Bump classgraph from 4.8.149 to 4.8.150
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2022
Bumps [options](https://github.com/plume-lib/options) from 1.0.6 to 2.0.3.
- [Release notes](https://github.com/plume-lib/options/releases)
- [Changelog](https://github.com/plume-lib/options/blob/master/CHANGELOG.md)
- [Commits](plume-lib/options@v1.0.6...v2.0.3)

---
updated-dependencies:
- dependency-name: org.plumelib:options
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/annotation-file-utilities/org.plumelib-options-2.0.3 branch from 43fb083 to 7305a3b Compare December 9, 2022 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants